home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-08-17 | 598 b | 31 lines | [TEXT/MPS ] |
- /*
- File: Windows.r
-
- Contains: Window Manager Interfaces.
-
- Version: Technology: System 7.5
- Release: Universal Interfaces 3.2
-
- Copyright: © 1984-1998 by Apple Computer, Inc., all rights reserved
-
- Bugs?: For bug reports, consult the following page on
- the World Wide Web:
-
- http://developer.apple.com/bugreporter/
-
- */
-
- #ifndef __WINDOWS_R__
- #define __WINDOWS_R__
-
- #ifndef __CONDITIONALMACROS_R__
- #include "ConditionalMacros.r"
- #endif
-
- #ifndef __MACWINDOWS_R__
- #include "MacWindows.r" /* Windows.r was renamed to MacWindows.r */
- #endif
-
- #endif /* __WINDOWS_R__ */
-
-